Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the pip-dependencies group with 2 updates in the /third_party directory: breathe and sphinx.

Updates breathe from 4.35.0 to 4.36.0

Release notes

Sourced from breathe's releases.

Breathe v4.36.0

https://pypi.org/project/breathe/4.36.0/

What's Changed

New Contributors

Full Changelog: breathe-doc/breathe@v4.35.0...v4.36.0

Changelog

Sourced from breathe's changelog.

Change Log

Inspired by Keepachangelog.com <https://keepachangelog.com/>__.

  • 2025-02-22 - Breathe v4.36.0

    • Update test_renderer so that tests pass with Sphinx 7.2. [#976](https://github.com/breathe-doc/breathe/issues/976) <https://github.com/breathe-doc/breathe/pull/976>__
    • Fix PosixPath issue with Sphinx 7.2. [#964](https://github.com/breathe-doc/breathe/issues/964) <https://github.com/breathe-doc/breathe/pull/964>__
    • Avoid RemovedInSphinx80Warning in path-manipulation code. [#977](https://github.com/breathe-doc/breathe/issues/977) <https://github.com/breathe-doc/breathe/pull/977>__
    • Require Sphinx 7.2 or later, Python 3.9 or later, and Doxygen 1.9.2 or later. [#887](https://github.com/breathe-doc/breathe/issues/887) <https://github.com/breathe-doc/breathe/pull/887>, [#946](https://github.com/breathe-doc/breathe/issues/946) <https://github.com/breathe-doc/breathe/pull/946> [#955](https://github.com/breathe-doc/breathe/issues/955) <https://github.com/breathe-doc/breathe/pull/955>__
    • Begin to use pathlib.
    • Resolve full title for doxygenpage and doxygengroup and allow for omitting the title all together [#939](https://github.com/breathe-doc/breathe/issues/939) <https://github.com/breathe-doc/breathe/pull/939>__
    • Insert signature name for use with Sphinx Table of Contents [#959](https://github.com/breathe-doc/breathe/issues/959) <https://github.com/breathe-doc/breathe/pull/959>__
    • Fix test failure with latest Sphinx master. [#1010](https://github.com/breathe-doc/breathe/issues/1010) <https://github.com/breathe-doc/breathe/pull/1010>__
    • Fix error in template specialization with qualified arguments [#1010](https://github.com/breathe-doc/breathe/issues/1010) <https://github.com/breathe-doc/breathe/pull/1012>__
  • 2023-02-28 - Breathe v4.35.0

    • Pull lone literal blocks in paragraphs up to produce correct doctree. [#833](https://github.com/breathe-doc/breathe/issues/833) <https://github.com/breathe-doc/breathe/pull/833>__
    • Fix tests for changes in Sphinx 5.3. [#865](https://github.com/breathe-doc/breathe/issues/865) <https://github.com/breathe-doc/breathe/pull/865>__
    • Bump Python requirement to 3.7. [#866](https://github.com/breathe-doc/breathe/issues/866) <https://github.com/breathe-doc/breathe/pull/866>__
    • Support Sphinx 6. [#885](https://github.com/breathe-doc/breathe/issues/885) <https://github.com/breathe-doc/breathe/pull/885>__
    • Support :sort: option to sort sections by name. [#879](https://github.com/breathe-doc/breathe/issues/879) <https://github.com/breathe-doc/breathe/pull/879>__
  • 2022-06-20 - Breathe v4.34.0

    • Treat .unparsed as plain text. [#806](https://github.com/breathe-doc/breathe/issues/806) <https://github.com/breathe-doc/breathe/pull/806>__
    • Remove unneeded type: ignore annotations. [#813](https://github.com/breathe-doc/breathe/issues/813) <https://github.com/breathe-doc/breathe/pull/813>__
    • Fix internal NodeFinder visitor for when non-Docutils nodes are present in the content of a directive.

... (truncated)

Commits
  • ea1f753 Release v4.36.0
  • ce67526 Add GitHub Actions release workflow for Trusted Publishing (#1023)
  • d637764 Enable flake8-tidy-imports in Ruff
  • a535b4b Use the sphinx.testing.fixtures pytest plugin
  • 5f76cc8 Run mypy on the configured mypy.files
  • 6c55c1d Resolve most per-file ignores in Ruff
  • 36f41e7 Install Doxygen from GitHub releases
  • f98c45b Convert links to HTTPS
  • 1ccac0b Simplify conf.py
  • 3079797 Require Doxygen 1.9.2 or later
  • Additional commits viewable in compare view

Updates sphinx from 8.1.3 to 8.2.1

Release notes

Sourced from sphinx's releases.

Sphinx 8.2.1

Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html

Sphinx 8.2.0

Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html

Dependencies

  • #13000: Drop Python 3.10 support.

Incompatible changes

  • #13044: Remove the internal and undocumented has_equations data from the MathDomain domain. The undocumented MathDomain.has_equations method now unconditionally returns True. These are replaced by the has_maths_elements key of the page context dict. Patch by Adam Turner.
  • #13227: HTML output for sequences of keys in the kbd role no longer uses a <kbd class="kbd compound"> element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targeting kbd.compound or .kbd.compound will no longer have any effect. Patch by Adam Turner.

Deprecated

  • #13037: Deprecate the SingleHTMLBuilder.fix_refuris method. Patch by James Addison.
  • #13083, #13330: Un-deprecate sphinx.util.import_object. Patch by Matthias Geier.

Features added

  • #13173: Add a new duplicate_declaration warning type, with duplicate_declaration.c and duplicate_declaration.cpp subtypes. Patch by Julien Lecomte and Adam Turner.
  • #11824: linkcode: Allow extensions to add support for a domain by defining the keys that should be present. Patch by Nicolas Peugnet.
  • #13144: Add a class option to the autosummary directive. Patch by Tim Hoffmann.
  • #13146: Napoleon: Unify the type preprocessing logic to allow Google-style docstrings to use the optional and default keywords. Patch by Chris Barrick.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 8.2.1 (released Feb 21, 2025)

Bugs fixed

  • #13367: Correct spelling of highlighting_failure in warning sub-type. Patch by Bart Kamphorst.
  • #13377: Restore support for using sphinx.testing.path paths with sphinx.testing.fixtures. Patch by Kazuya Takei.
  • #13380: viewcode: Fix importing modules more than once. Patch by Dave Hoese.
  • #13382: Napoleon: Use the right valid types for configuration values. Patch by Adam Turner.
  • 13376: Fix copying assets from a relative :confval:html_static_path entry. Patch by Adam Turner.

Release 8.2.0 (released Feb 18, 2025)

Dependencies

  • #13000: Drop Python 3.10 support.

Incompatible changes

  • #13044: Remove the internal and undocumented has_equations data from the :py:class:!MathDomain domain. The undocumented :py:meth:!MathDomain.has_equations method now unconditionally returns True. These are replaced by the has_maths_elements key of the page context dict. Patch by Adam Turner.
  • #13227: HTML output for sequences of keys in the :rst:role:kbd role no longer uses a <kbd class="kbd compound"> element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targeting kbd.compound or .kbd.compound will no longer have any effect. Patch by Adam Turner.

Deprecated

  • #13037: Deprecate the SingleHTMLBuilder.fix_refuris method. Patch by James Addison.
  • #13083, #13330: Un-deprecate sphinx.util.import_object. Patch by Matthias Geier.

... (truncated)

Commits
  • 0215a73 Bump to 8.2.1 final
  • 53b7913 Remove background colours from (un)translated classes
  • 58e64d4 Fix _relative_path() for unresolved paths
  • 1a3d1de Add missing CHANGES entry
  • d847d73 Bump Ruff to 0.9.7
  • 7ba7628 Napoleon: Fix valid types for configuration values (#13382)
  • 8ef0708 Fix viewcode extension importing modules more than once (#13380)
  • 7e1bf28 Restore support for sphinx.testing.path paths in ``sphinx.testing.fixture...
  • d099161 Revert "Mark autodoc singledispatchmethod tests as expected failures" (#13381)
  • ba3c729 Switch transifex workflow trigger from 'push' to 'pull_request'
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sphinx [>= 7.a, < 8]
sphinx [>= 6.a, < 7]
sphinx [>= 5.a, < 6]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-dependencies group with 2 updates in the /third_party directory: [breathe](https://github.com/breathe-doc/breathe) and [sphinx](https://github.com/sphinx-doc/sphinx).


Updates `breathe` from 4.35.0 to 4.36.0
- [Release notes](https://github.com/breathe-doc/breathe/releases)
- [Changelog](https://github.com/breathe-doc/breathe/blob/main/CHANGELOG.rst)
- [Commits](breathe-doc/breathe@v4.35.0...v4.36.0)

Updates `sphinx` from 8.1.3 to 8.2.1
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.1)

---
updated-dependencies:
- dependency-name: breathe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 24, 2025 22:33
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@lukaszstolarczuk
Copy link
Contributor

@dependabot ignore sphinx minor version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2025

OK, I won't notify you about version 8.2.x of sphinx again, unless you unignore it.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 25, 2025
@dependabot dependabot bot deleted the dependabot/pip/third_party/pip-dependencies-ed7d28ea7d branch February 25, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants